home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / comm / www / ncftp.lha / CHANGES.txt next >
Text File  |  2002-09-16  |  30KB  |  936 lines

  1. NcFTP Change Log:
  2. ================
  3.  
  4. 3.1.4, 2002-07-02
  5.  
  6.  + Bug fixed in Win32 port which could cause NcFTP to mis-parse output
  7.    from Roxen FTP servers.
  8.  
  9.  + We now try to have ncftpbatch leave a core file for debugging if it
  10.    exits with SIGSEGV, SIGBUS, or SIGILL.
  11.  
  12.  + Fixed(?) an elusive bug which had been present for the past few versions
  13.    which could cause ncftpbatch to infinite loop or sleep too long.
  14.  
  15.  + New configure flag, --disable-ccdv.
  16.  
  17.  + Compatibility fixes for C++ and Linux.
  18.  
  19.  + Fixed a socket leak and a crash on Win32.
  20.  
  21.  + A few minor fixes for firewall logins (Thanks, Jochen Schnapka).
  22.  
  23.  + By default, proxy connections for PORT are no longer allowed.  This is
  24.    mostly an extra security precaution, to eliminate cases where someone
  25.    could hijack a data connection by connecting to us after we issue PORT
  26.    but before the server could connect to us.
  27.  
  28.  + ncftpls now accepts a "-R" flag which is equivalent to "-x -lR".
  29.  
  30.  + Bugs fixed in configure script for our "--with-*" arguments
  31.    (Thanks, David Kaelbling).
  32.  
  33.  + A few new firewalls (permutations of type 1).  (Thanks, Felix Buenemann)
  34.  
  35.  
  36. 3.1.3, 2002-03-27
  37.  
  38.  + Bug fixed on Solaris where a socket could be left in non-blocking mode.
  39.  
  40.  + Ls parsing is now more forgiving of weird /bin/ls implementations (AIX).
  41.  
  42.  + Be more lenient on broken server implementations which include extra
  43.    blank lines in the control connection conversation.
  44.  
  45.  + Fix for ncftpget which was exiting with code 3 if URL mode was used
  46.    and the file already existed.
  47.  
  48.  + Fix for resume prompts which in some cases was printing dates in the
  49.    format like "Sun Feb 20:02:15 CST 2002" instead of
  50.    "Sun Feb 24 20:02:15 CST 2002".  (I.e. the day of the month was
  51.    missing.)
  52.  
  53.  + Compatibility fixes for IRIX 5.x and AIX 4.2.x.
  54.  
  55.  + Compatibility fixes for Cygwin
  56.    (Thanks, Charles Wilson <cwilson AT ece.gatech.edu>).
  57.  
  58.  + Some extra debugging information is now logged to the trace logs.
  59.  
  60.  + When running the Windows bookmark editor in standalone mode, the
  61.    program may not have launched NcFTP correctly with the selected
  62.    bookmark (Thanks, Jochen.Erwied AT mbs-software.de).
  63.  
  64.  
  65. 3.1.2, 2002-01-30:
  66.  
  67.  + A fix for the local hostname detection code which could result with only
  68.    the first character of the domain appended, rather than the entire domain
  69.    (Thanks, Bernhard Sadlowski <sadlowsk AT mathematik.uni-bielefeld.de>).
  70.  
  71.  + Another bug fixed in local hostname detection where looking up the host
  72.    by IP address was not done correctly.
  73.  
  74.  + Fixed a few portability problems on HP-UX 10.20 which were introduced
  75.    in 3.1.0.
  76.  
  77.  + Fixed bug with readdir_r usage on Solaris, which could cause crashes
  78.    when doing "put -R", among other things.
  79.  
  80.  + On Linux, use gethostbyname2_r() to specify that we only want IPv4
  81.    addresses returned.
  82.  
  83.  + Reversing behavior from 3.1.0 where we did a shutdown() on the half
  84.    of the socket that wasn't used.  We suspect this was causing some
  85.    firewalls and routers to panic and assume the whole connection was
  86.    to be closed.
  87.  
  88.  + Bug fixed where an unresolvable hostname caused a pointless connection
  89.    attempt which would fail.
  90.  
  91.  + Shell utilities now print an error message when incompatible flags
  92.    are used in conjunction with "-b" or "-c".
  93.  
  94.  + A few fixes for ncftpbatch.
  95.  
  96.  + Numerous fixes for SOCKS5.
  97.  
  98.  
  99. 3.1.1, 2001-12-23:
  100.  
  101.  + Fixed bugs with our use of gethostbyname_r/addr_r on Linux.
  102.  
  103.  + Fixed bugs with our implementation of stat64() on Windows, which caused
  104.    problems when querying information about local directories.
  105.  
  106.  + Source distributions now include install-sh again.
  107.  
  108.  + Bug fixed with Win32 version of ncftpbookmarks, which could look
  109.    in $HOME/.ncftp rather than $HOME/ncftp.  Many Win32 users weren't
  110.    affected, since the HOME environment variable is not always set.
  111.  
  112.  
  113. 3.1.0, 2001-12-17:
  114.  
  115. + ACCT is now always sent if the server requests it and you're going
  116.   through the firewall.
  117.  
  118. + Bug fixed where puts could delay a few seconds unnecessarily after
  119.   the file had been sent.
  120.  
  121. + Bug fixed where passwords were saved if you chose to autosave bookmarks.
  122.   NcFTP also makes an effort to avoid saving passwords in the history
  123.   and trace files if you foolishly use passwords on your command lines.
  124.  
  125. + Bug fixed on Win32 port where putting a file that did not exist could
  126.   cause a crash.
  127.  
  128. + The "-r" (recursive) flag is back for "bgget" and "bgput".  We now spool
  129.   the directory by creating individual spool files for each file in the
  130.   directory, which should increase reliability and usability of this feature.
  131.  
  132. + The binary packages should be a bit leaner, since ncftpls wasn't getting
  133.   stripped.
  134.  
  135. + Library optimizations should result in less unneeded code included with
  136.   programs that use the libraries.  The binaries should be smaller as a
  137.   result.
  138.  
  139. + Recursive uploading has been substantially reworked.  "put -R" should now
  140.   work better, especially on the Win32 port.  Arbitrary pathname sizes have
  141.   also been removed, so directory trees should only be limited by available
  142.   memory and stack space.
  143.  
  144. + Huge number of lint fixes.  NcFTP now compiles cleanly on several
  145.   platforms even with extra warning options enabled.
  146.  
  147. + Large number of internal changes to the configure scripts.
  148.  
  149. + Using my cool hack, "ccdv", in Makefiles.  Originally this became a
  150.   necessity since some platforms could have $CFLAGS 4 or 5 lines long!
  151.   Besides streamlining the build process so that lint warnings can
  152.   easily be spotted, the builds are pleasing to the eye with ANSI color
  153.   if your $TERM supports it.
  154.  
  155. + Fixed bug where Win32 $HOME bug fixed for 3.0.4 wasn't fixed for
  156.   ncftpbookmarks.
  157.  
  158. + Fixes for large file support for the Win32 port.
  159.  
  160. + Bugs fixed in Win32 port of ncftpbatch.
  161.  
  162. + A few bug fixes for getline.
  163.  
  164. + The default ASCII extensions list no longer include ".sh", since Sun
  165.   apparently distributes the JDK as a shell script with binary data
  166.   appended.
  167.  
  168.  
  169. 3.0.4, 2001-10-24:
  170.  
  171. + Workaround new "feature" of glibc which defines printf as a macro if
  172.   gcc is version 2.97 or later.
  173.  
  174. + Bug fixed from 3.0.3 that caused ^Z (suspend) to quit ncftp when it
  175.   was brought back to the foreground.
  176.  
  177. + Bug fixed where large file support (LFS) was disabled on most systems.
  178.  
  179. + New "ncftpspooler" utility program (actually a hard link to
  180.   "ncftpbatch") serves as a "Global batch FTP job processor daemon."
  181.  
  182. + The utility program ncftpget now has a "-c" flag like ncftpput has.
  183.  
  184. + Utility programs can now accept more than one -W/-X/-Y option, if
  185.   multiple commands are needed.
  186.  
  187. + When changing directories, programs will try to change to the full path
  188.   first, then fall back to using "change one subdir at a time" mode.
  189.  
  190. + Bug fixed where using the "delete local file after upload" option
  191.   and the "upload into temp file, then rename" option, the local file
  192.   would get deleted anyway if the rename failed.
  193.  
  194. + Compatibility fixes for HP-UX.
  195.  
  196. + Internal limits increased to handle longer command lines and more parameters.
  197.  
  198. + Improvement to the reliability of the Win32 version by using the
  199.   _snprintf and _vsnprintf functions rather than sprintf and vsprintf.
  200.  
  201. + A few more tweaks for MS-DOS pathname compatibility.
  202.  
  203. + A tweak for better compatibility with Microsoft IIS.
  204.  
  205. + A few tweaks for Cygwin support.
  206.  
  207. + Fixes for --sysconfdir configure option courtesy of Christian Wiesgerber.
  208.  
  209. + SOCKS5 is back in, but we don't support it.
  210.  
  211. + Improved Y2K bug detection in remote servers.
  212.  
  213. + Changed naming format for bgget/put spool files.  The contents are now
  214.   documented; see the ncftpspooler man page.
  215.  
  216. + Bug fixed in Win32 port which used $HOME rather than $HOME/ncftp as the
  217.   UNIX equivalent of the $HOME/.ncftp directory.  Since most folks won't
  218.   have a $HOME environment variable on Win32, you'll probably not notice
  219.   the change.
  220.  
  221.  
  222. 3.0.3, 2001-04-11:
  223.  
  224. + Preference options can now be "file" completed on the command line with
  225.   the set/show/prefs commands.
  226.  
  227. + NcFTP directory changes are now always one subdirectory at a time, for
  228.   better portability on remote servers with non-UNIX filesystems.
  229.  
  230. + NcFTP tries to maintain the current directory itself, like /bin/ksh and
  231.   Bash do, which means that symlinks remain part of the current working
  232.   directory when possible.  For example, on ftp.freesoftware.com if your
  233.   current directory is /pub and you "cd linux", NcFTP will use /pub/linux
  234.   as the current directory, even though the canonical directory on the
  235.   server is /.0/linux.  This is also useful for things like Linux's
  236.   Kernel.org mirrors, so if you bgget a kernel.tar.gz file the "virtual"
  237.   current directory is used rather than a specific-machine's layout.
  238.  
  239. + Mac OS X support added.  No Mac or Aqua specific features yet.
  240.  
  241. + NcFTP now has an option to automatically use ASCII mode for transfers
  242.   if the file's extension corresponds to a textual data file type.
  243.  
  244. + Using homegrown gl_getpass in place of getpass() and getpassphrase for
  245.   all platforms, not just Windows..
  246.  
  247. + Incorporating a few getline suggestions from Ken Cox.
  248.  
  249. + Configuration tweaks for Cygwin port.
  250.  
  251. + Removed some arbitrary buffer size limits.
  252.  
  253. + Lint fixes.
  254.  
  255. + Curses configuration fixes for HP-UX.
  256.  
  257. + Shell utilities now have a "-bb" flag which is just like "-b" only
  258.   the job is submitted only (and no ncftpbatch is spawned).
  259.  
  260. + More problems fixed with interaction with Windows FTP servers.
  261.  
  262. + Better compatibility with non-standard extensions to the FTP which
  263.   allow for TCP Large Windows (specifically, SITE BUFSIZE).
  264.  
  265. + Win32 port had a bug which leaked file handles.
  266.  
  267. + Miscellaneous Win32 port fixes.
  268.  
  269. + Changed default anonymous password to NcFTP@, since no one really cares
  270.   any more about using a real e-mail address.
  271.  
  272. + Bug fixed where some types of servers' features might not be queried.
  273.  
  274. + Fixed some inconsistencies with the -a and -A flags among NcFTP and the
  275.   shell utilities.  "-a" is now ASCII mode across the board, and "-A" is
  276.   the flag to use for append mode (which not many people use anyway).
  277.  
  278. + Bug fixed where the flag for delete after upload (-DD) was being
  279.   ignored.
  280.  
  281. + You can now do "set yes-i-know-about-NcFTPd yes" from a NcFTP prompt to get
  282.   it to quit plugging NcFTPd every 7th time you run the program.
  283.  
  284. + Like the system-wide /etc/ncftp.firewall and /etc/ncftp.firewall.fixed
  285.   files for global preferences, there is now the equivalent for regular
  286.   preference files (/etc/ncftp.prefs_v3 and /etc/ncftp.prefs_v3.fixed).
  287.  
  288. + The ncftpbatch spool files now support some additional options for sending
  289.   additional FTP commands.  The options are called "pre-command",
  290.   "post-command", and "per-file-command".  This is useful if you need to
  291.   send some odd SITE command before transfer, for example.
  292.  
  293. + Similarly, ncftpget and ncftpput have new -W/-X/-Y switches so you can
  294.   send pre/each/post commands.  (i.e. "-W SITE MY_WEIRD_IBM_MAINFRAME_OPTION").
  295.  
  296. + Bug fixed where NcFTP was not taking advantage of re-using a currently
  297.   open host when exiting and launching ncftpbatch.  If you bgget a file
  298.   from within NcFTP, then exit while the host is still connected,
  299.   ncftpbatch is supposed to inherit that existing context without having
  300.   to reopen the host.
  301.  
  302. + When using a URL with ncftpget, you can do "-a" to have it use ASCII.
  303.   Prior versions forced to you use the little-known URL syntax to specify
  304.   ASCII mode (btw, example of that is "ftp://ftp.foo.com/pub/README.TXT;a")
  305.  
  306. + Bug fixed where our handling of the TCP_NODELAY option was not getting
  307.   enabled.
  308.  
  309. + A few tweaks for C++ compatibility.
  310.  
  311.  
  312. 3.0.2, 2000-10-18:
  313.  
  314. + Fixed bug introduced in 3.0.1 which stripped off the leading slash
  315.   for the directory parameter of ncftpget and ncftpput.
  316.  
  317. + Problem where NcFTP would not timeout a hung data transfer fixed.
  318.  
  319. + Improved support for large files (> 2 GB).
  320.  
  321. + Increased some internal buffers to handle longer response lines.
  322.  
  323. + Pagers are now enabled on the Win32 port.
  324.  
  325. + Format bug in quote and site commands fixed.
  326.  
  327. + Possibly fix problem with Solaris 2.5 complaining about "pollable
  328.   event."
  329.  
  330. + Win32 port bug fixed where NcFTP was not stripping off the quotation
  331.   marks on your HOME or NCFTPDIR environment variable.
  332.  
  333. + Fixed bug where your firewall information could be ignored.
  334.  
  335. + Utilities now accept a "-j" flag for an account (ACCT) if you need
  336.   to use that in addition to a USER and PASSword.
  337.  
  338. + License has been changed.
  339.  
  340.  
  341. 3.0.1, 2000-03-27:
  342.  
  343. + ncftpput has been changed to cd to the destination directory on the
  344.   remote host before storing files.  In addition, it does it one
  345.   subdirectory node at a time, like URL mode does for ncftpget.
  346.  
  347. + Bug fixed where the "ncftpbookmarks --dimensions-terse" hack could
  348.   be closed and generate a SIGPIPE which caused it to exit uncleanly,
  349.   and possibly leave the terminal state hosed.
  350.  
  351. + Added a snippet from Felix von Leitner <leitner AT fefe.de> to get the
  352.   terminal width fairly painlessly, so the aforementioned hack should
  353.   not be necessary in many cases.
  354.  
  355. + Dtterm and vt220 added to the short list of vt100ish term types.
  356.  
  357. + Win32 version bug fixed where ncftpbookmarks was not honoring the
  358.   HOME enviornment variable, instead writing data to the install
  359.   directory under Program Files.
  360.  
  361. + Win32 version now uses Wise installer instead of InstallShield.
  362.  
  363.  
  364. 3.0.0, 2000-03-19:
  365.  
  366. + New "redial-delay" preference setting, so you can easily set it and
  367.   forget it rather than doing "-r 30" on each open.
  368.  
  369. + NcFTP's "file exists" prompt now includes options to apply the same
  370.   action to all files in the batch.  This should alleviate concerns by
  371.   users who didn't want to babysit NcFTP through a large batch of files
  372.   which exist locally.
  373.  
  374. + Work around Y2K bug in old wu-ftpd servers.
  375.  
  376. + Work around broken Novell 5.00 ftp servers.
  377.  
  378. + Fixed a getline problem where entering a character with the high-bit
  379.   set would cause NcFTP to exit.
  380.  
  381. + NcFTP now no longer complains when you redirect a file into it as stdin.
  382.  
  383. + NcFTP's getline now recognizes alternate escape sequences for the arrow
  384.   keys.
  385.  
  386. + NcFTP now allows a user to cancel an mget at the "file exists" prompt.
  387.  
  388. + Continue redialing if the server returns a bad user reply, since
  389.   some servers do their "too many users logged in check" at that time.
  390.  
  391. + Try harder to display remote connect banner.
  392.  
  393. + Fixed bug in remote mkdir which would fail if the subdirectory was in
  394.   the root directory.
  395.  
  396. + A few small memory leaks plugged.
  397.  
  398. + Try to remove extraneous slashes from paths when possible, since Win32
  399.   doesn't like them.
  400.  
  401. + Win32 version tries harder to sleep the actual number of seconds
  402.   requested even if means busy waiting, since Sleep() may return
  403.   immediately if the system has nothing else to do.
  404.  
  405. + Win32 version now checks for a HOME or NCFTPDIR environment variable.
  406.  
  407. + Win32 version of ncftpbookmarks no longer locks up when trying to
  408.   send a bookmark back to NcFTP.
  409.  
  410. + The firewall password no longer echoes to the screen on the Win32 version.
  411.  
  412. + NcFTP tries harder to get the actual screen width so that getline
  413.   can use the whole line for input.  ncftpbookmarks has to be built
  414.   and installed where NcFTP can find it for this ugly hack to work.
  415.  
  416. + NcFTP now sends your anonymous password to batch jobs, rather than
  417.   having NcFTPBatch compute a default value.
  418.  
  419. + Shell utilities now default to PASV-then-PORT mode like NcFTP does,
  420.   rather than use PORT only.
  421.  
  422. + NcFTPGet and Put are now better about reporting a server error,
  423.   rather than simply printing the worthless "could not start data
  424.   transfer" message.
  425.  
  426. + Getline now handles emacs ^W sequence.
  427.  
  428.  
  429. Beta21, 1999-10-03:
  430.  
  431. + Included HTML versions of the manual pages.  This is mostly for the
  432.   Win32 port.
  433.  
  434. + Bug fixed in ncftpls which was printing lines with \r\n instead of
  435.   just \n.
  436.  
  437. + NcFTP 3 is now covered by the Artistic License.  See the LICENSE.txt
  438.   file for details.
  439.  
  440. + The "prefs" file is now called "prefs_v3" for better coexistence with
  441.   NcFTP 2.
  442.  
  443.  
  444. Beta20, 1999-09-29:
  445.  
  446. + Win32 (Windows 95/98/NT) supported natively!  You can download a pre-fab
  447.   Setup, or build it yourself from the same source base that is used for
  448.   UNIX.
  449.  
  450. + Readline is out, Getline is in!
  451.  
  452. + Using my "sio" library in conjunction with LibNcFTP.  This was done
  453. to be consistent with other platforms, which don't use alarm() and
  454. signal handline.
  455.  
  456. + Change of licensing.  Specifically, GPL was shown the door.  NcFTP is,
  457. has always been, and will continue to be free software.
  458.  
  459. + Firewall type 6 bug fixed.
  460.  
  461. + "put -f" fixed.
  462.  
  463. + When the server asks for a password, NcFTP will print the text, in case
  464.   you need that for a one-time password scheme like S/Key.
  465.  
  466. + "get -R" asks for all files by using the equivalent of /bin/ls -lRa on
  467.   the remote server.
  468.  
  469. + A couple of small fixes for Cygwin, although in light of native support
  470.   for Windows this seems moot.
  471.  
  472.  
  473. Beta19, 1999-06-09:
  474.  
  475. + Changed behavior so when auto-resume is off (still the default)
  476.   NcFTP will automatically continue without prompting if the remote
  477.   file's size and timestamp exactly match an existing local file.
  478.   This will make auto-resume=no a more friendly default, since you'll
  479.   still get prompted when the files differ, but won't bother you
  480.   like beta 18 did if the files are the same.
  481.  
  482. + Bug fixed where "get -f" on an existing file would still have the
  483.   existing file prompt come up.
  484.  
  485. + Work around bug with "-s" linker flag on IRIX 6.5.
  486.  
  487. + Small fixes to support Mac OS X Server.
  488.  
  489. + Using inet_ntop function if available to work around IRIX 
  490.   DNS resolution problems.
  491.  
  492. + NcFTP's "rm -r" fixed to better handle empty directories and .dotfiles.
  493.  
  494. + Using SITE RETRBUFSIZE/RBUFSIZ/STORBUFSIZE/SBUFSIZ commands, if
  495.   available, to try and coordinate large TCP window support between
  496.   client and server.
  497.  
  498. + Special case the IIS FTP server, so if it prints directory listings
  499.   in DOS mode, then NcFTP can parse them for file completion.
  500.  
  501. + A few more changes for Cygwin/32.
  502.  
  503. + Workaround definition of "lines" by AIX headers.
  504.  
  505. + Yet another permutation of firewall added.
  506.  
  507. + NcFTP 3 now keeps a simple transfer log like NcFTP 2 did.
  508.  
  509. + Bug fixed in ncftpbatch which was looping if the file to get already
  510.   existed and was identical to the remote file.
  511.  
  512. + Local commands now work better with wildcards.
  513.  
  514. + Bug fixed where one of the firewall handlers was not prompting you
  515.   for your firewall password.
  516.  
  517. + Bug fixed where logging in succeeded but NcFTP could not "pwd"
  518.   caused a crash.
  519.  
  520. + You can now "ncftp -F" to dump a new firewall configuration template
  521.   to stdout.
  522.  
  523.  
  524. Beta18, 1999-02-19:
  525.  
  526. + Bug fixed which caused downloads from servers other than wu-ftpd and
  527.   NcFTPd to skip the first byte in the file.
  528.  
  529. + NcFTP's new prompting-before-transferring feature had a bug which
  530.   occasionally caused it to detect a non-existant remote file as
  531.   existant.
  532.  
  533.  
  534. Beta17, 1999-02-09:
  535.  
  536. + New feature:  NcFTP now prompts you by default when you try to
  537.   get/put a file that already exists.  
  538.  
  539. + A few resume bugs fixed in both get and put.
  540.  
  541. + New "jobs" command to list any running "ncftpbatch" tasks.
  542.  
  543. + Shell utilities now honor the ~/.ncftp/firewall file so they
  544.   can use the firewall settings.
  545.  
  546. + If you're using the global version of the .firewall file,
  547.   as /etc/ncftp.firewall, you can also set the "passive" setting
  548.   in there.
  549.  
  550. + Better large-file support for FreeBSD.
  551.  
  552. + Capitulated to using the "install" utility in the Makefile.
  553.  
  554. + Using autoconf-2.13 and new functionality to assist in configuring
  555.   for UNIX on Win32 environments.
  556.  
  557. + Avoiding problems in Solaris 7 headers which cause curses to not
  558.   be autodetected.
  559.  
  560. + Various improvements in FTP engine, including new support for
  561.   proposed FTP standard..
  562.  
  563. + TCP Large Window support, for those of you with obnoxiously large
  564.   pipes to the internet.  Use the new "so-bufsize" option for "set",
  565.   and "-B" options with ncftpget/put.
  566.  
  567. + NcFTP now notes the server type, when possible, and works-around
  568.   problems with certain ones.
  569.  
  570.  
  571. Beta16, 1998-11-30:
  572.  
  573. + NcFTP now does timestamp checking in addition to size checking to
  574.   determine when to reget/reput.  NcFTP 2 did this, but NcFTP 3 will
  575.   not be as aggressive to reduce the number of timezone synchronization
  576.   problems.
  577.  
  578. + Fixed a problem where if the remote server suddenly disconnected
  579.   NcFTP would report the wrong error.
  580.  
  581. + NcFTP tries to print a message when it doesn't need to get a file.
  582.  
  583. + Fixed more problems related to NcFTP being inconsistent about printing
  584.   startup messages and responses from the remote server.
  585.  
  586. + User names, passwords, and accounts maximum length extended.
  587.  
  588. + NcFTP now tries reput by default (ncftpput still does not).
  589.  
  590. + Bug fixed in ncftpbatch which caused relative directory paths on
  591.   the second and successive transfers on the same host to fail.
  592.  
  593. + ncftpbatch now unspools an entry if a directory did not exist at
  594.   connect time.
  595.  
  596. + Account option added to shell utilties.
  597.  
  598. + More readline band-aids.
  599.  
  600.  
  601. Beta15(2), 1998-11-10:
  602.  
  603. + --bindir change was not pointing to ncftpbatch correctly.
  604.  
  605. + "get -R -a" is now detected and treated as "get -R".
  606.  
  607. + getpassphrase() function is used in place of getpass(), where available.
  608.  
  609.  
  610. Beta15, 1998-11-05:
  611.  
  612. + NcFTP can now cope with cd'ing to unreadable directories.
  613.  
  614. + The curses support (i.e. ncftpbookmarks) is now much more portable (for
  615.   example, FreeBSD 3, SunOS 4, BSD/OS).  Still, your best bet is to install
  616.   ncurses if you can.  At least one system's curses (HP-UX) compiles fine
  617.   but doesn't work worth jack, so use ncurses there.
  618.  
  619. + Firewall not being used correctly when you ran NcFTP with a host from the
  620.   shell command-line.
  621.  
  622. + Bug fixed where 32 spaces were being printed before running the pager.
  623.  
  624. + configure now recognizes --bindir.
  625.  
  626. + NcFTP now tries to print "server said" for a server related error,
  627.   so NcFTP quits getting blamed for server problems.
  628.  
  629. + More readline band-aids.
  630.  
  631. + Rare problem fixed where a null pointer was being passed to a socket
  632.   library function was causing core dumps and, in some cases, kernel
  633.   panics.
  634.  
  635. + Problem fixed with the new auto-TAR feature if the directory to download
  636.   was a first level directory.
  637.  
  638. + When auto-TAR mode is on, you can tell in the progress meter.
  639.  
  640. + When auto-TAR is used for the first time, a one-time message is printed.
  641.  
  642. + Bug fixed when using -R with a directory URL.
  643.  
  644. + Doing a better job about displaying login and welcome messages.
  645.  
  646. + Memory leak found and fixed.
  647.  
  648. + Failed logins as non-anonymous no longer continue redialing and refailing.
  649.  
  650. + Problem fixed where firewall user's firewall password could be logged
  651.   in the trace log.
  652.  
  653. + URLs displayed include the port number, if non-standard.
  654.  
  655. + ncftpbatch resets it's exponential waiting period.
  656.  
  657. + Problem fixed where uploading invalid files wasn't considered an error.
  658.  
  659. + Local filesystem commands (lmkdir, etc) weren't handling files with
  660.   spaces in them correctly.
  661.  
  662.  
  663. Beta14, 1998-06-24:
  664.  
  665. + Firewall Type 5 now works.
  666.  
  667. + "cd" command now properly recognizes a wildcard.
  668.  
  669. + NcFTP was failing to report an error when a wildcard did not match anything.
  670.  
  671. + Progress reports on downloads had a bug where it wouldn't update as often
  672.   as it should have been.
  673.  
  674. + A "put" on a short file is now more likely to errout with a timeout
  675.   error when the remote host is not responsive.
  676.  
  677. + Bookmarks and commands now readline-complete without regards to case
  678.   sensitivity.
  679.  
  680.  
  681. Beta13, 1998-06-21:
  682.  
  683. + Big change again -- NcFTP now automatically tries to take advantage of
  684.   servers that do on-the-fly TAR.  NcFTP can dynamically fallback to the
  685.   regular, non-TAR method when needed, so this should be somewhat
  686.   transparent.  You can tell when NcFTP uses TAR when the progress
  687.   meter shows only a directory being downloaded, instead of individual
  688.   items within the directory tree.  Of course the advantage to using
  689.   TAR mode is that the exact timestamps, permissions, etc can be
  690.   preserved, as well as reducing the number of total connections to the
  691.   server.
  692.  
  693. + Bug fixed for regular get -R mode, which was causing failures on
  694.   some servers.
  695.  
  696. + There is a now a "local directory" field for bookmarks.  This is only
  697.   settable using the Bookmark Editor.
  698.  
  699. + Bug fixed where NcFTP wouldn't always fallback to PORT from PASV.
  700.  
  701. + Bug fixed where NcFTP was not handling relative pathnames with more
  702.   than one node correctly  (i.e. "foo" was okay, but "foo/bar" was not.)
  703.  
  704. + The "-@" flag has been enhanced a little so it accepts a few more
  705.   types of date/time specifications.
  706.  
  707. + Bug fixed where NcFTP could be fooled into thinking a bookmark was not
  708.   saved.
  709.  
  710. + Trying harder to print the host list if the Bookmark Editor is not
  711.   installed.
  712.  
  713. + Main usage message was not always printed.
  714.  
  715. + Small tweaks to the progress meters.
  716.  
  717. + Shell utilities now identify themselves using CLNT command.
  718.  
  719. + Completion bug fixed where a "/" was being appended for bookmarks and
  720.   commands.
  721.  
  722.  
  723. Beta12, 1998-06-04:
  724.  
  725. + Big change -- curses is back, in limited form.  The bookmark editor
  726.   runs as the fullscreen applet that NcFTP 2.4 has.  It is a separate
  727.   program now (ncftpbookmarks) which is run by NcFTP (or you can run
  728.   it in stand-alone mode).  Note that if you have problems getting
  729.   the curses support to work, you do NOT have to build ncftpbookmarks.
  730.   To do that, remove the config.cache file and
  731.   "./configure --disable-curses".
  732.  
  733. + Bookmark completion and command name completion added.
  734.  
  735. + Recursive remote deletes are now possible (i.e. rm -r).
  736.  
  737. + Shell command ("!") back.
  738.  
  739. + Bug fixed where NcFTP would ignore ls output from OS/2 servers.
  740.  
  741. + Bug fixed where a trailing slash was confusing put -R.
  742.  
  743. + Bug fixed where a trailing slash was confusing file completion.
  744.  
  745. + ncftpget and ncftpput now have a "-b" flag which lets you submit
  746.   a batch job to ncftpbatch.  Now you don't need to run ncftp,
  747.   open the site, and do bgget commands.
  748.  
  749. + NcFTP now accepts URLs with the open command.
  750.  
  751. + A bit more lenient when using directory URLs with NcFTP without the
  752.   proper trailing slash.
  753.  
  754. + Various small configure script bugs fixed.
  755.  
  756.  
  757. Beta11, 1998-05-10:
  758.  
  759. + Another problem with Auto-resume-downloads fixed.
  760.  
  761. + The xterm title setting feature is now configurable from "prefs" and
  762.   is off by default.
  763.  
  764. + Problem fixed where files newer than the current date could be listed
  765.   as the year before.
  766.  
  767. + Small firewall support problem fixed.
  768.  
  769.  
  770. Beta10, 1998-05-03:
  771.  
  772. + Several problems with Auto-resume-downloads fixed.
  773.  
  774. + Several problems with Redial fixed.  It is on by default -- let me know
  775.   the specifics if it fails.
  776.  
  777. + Problem fixed where a multiple get would try re-downloading files
  778.   over and over again.
  779.  
  780. + Problem fixed where if a multiple get failed the files that were downloaded
  781.   successfully were deleted.
  782.  
  783. + Bug fixed where "get -R" would create files as directories.
  784.  
  785. + Master source drive lost -- some things had to be restored from backup
  786.   and rebuilt entirely (such as the configure script stuff).  So, many things
  787.   which were fixed may suddenly be un-fixed again.
  788.  
  789. + Readline completion works with local directories and remote symlinks.
  790.  
  791. + NcFTP recovers better from aborted transfers.
  792.  
  793. + New signal handling, which will hopefully have the same behavior across
  794.   platforms.
  795.  
  796. + A few minor firewall problems fixed.
  797.  
  798. + You can now have system-wide firewall settings stored in /etc/ncftp.firewall
  799.   and /etc/ncftp.firewall.fixed, if you create them from a ~/.ncftp/firewall
  800.   file.
  801.  
  802. + You can now spool transfers to FTP servers on non-standard ports.
  803.  
  804. + NcFTP now changes your xterm window title.
  805.  
  806. + Bug fixed with spool files using the firewall's IP number.
  807.  
  808. + ncftpbatch now works on case-insensitive filesystems.
  809.  
  810. + configure's readline check now runs the test program to be sure it was
  811.   linked correctly.
  812.  
  813.  
  814. Beta9, 1998-01-25:
  815.  
  816. + Bug fixed that was introduced in b8 that caused a crash after a transfer.
  817.  
  818. + Readline completion with <TAB><TAB> should work better.
  819.  
  820. + Bookmark lookups changed to full bookmark name only.
  821.  
  822. + Configure bug where scanf("%qd") wasn't checked right.
  823.  
  824.  
  825. Beta8, 1998-01-18:
  826.  
  827. + Bug fix that broke the firewall support that used to work in Beta 6.
  828.  
  829. + Bug fixes with RESTarting.
  830.  
  831. + Smarter about using 64-bit or 32-bit mode (long longs or longs).
  832.  
  833. + Yet another firewall added.
  834.  
  835. + Fixes for HP-UX.
  836.  
  837. + Readline 2.1 dependency worked around, so that Readline 2.0 is useable.
  838.  
  839. + Unsupported -J flag added to use an ACCT name.
  840.  
  841. + Uses NcFTPd's new "CLNT" command to specify FTP client type.
  842.  
  843. + Hack so "open -u host" works like it did in earlier versions of NcFTP.
  844.  
  845.  
  846. Beta7, 1997-12-28:
  847.  
  848. + Should now be able to retrieve very large files (> 2 gig), depending
  849.   on the libc and OS.
  850.  
  851. + Namespace collision with GNU libc fixed (errno field).
  852.  
  853. + get -R xxx now creates a ./xxx directory instead of dropping xxx/* 
  854.   in the local directory.
  855.  
  856. + New firewall type added.
  857.  
  858. + Many file completion tweaks.
  859.  
  860. + Another bug fixed where ASCII mode was getting turned on.
  861.  
  862. + If you use a firewall, the firewall is now responsible for resolving
  863.   host names.
  864.  
  865. + Bug fixed with bgget/bgput with absolute pathnames.
  866.  
  867. + Plug frequency reduced.
  868.  
  869. + Bug fixed where command-line switches were not overriding bookmark settings.
  870.  
  871. + Bug fixed where "set" commands were not taking effect until the current
  872.   connection was closed.
  873.  
  874. + StatBar progress meter revised.
  875.  
  876. + ncftp_batch back-off revised.
  877.  
  878. + ncftpget transfer type bug fixed.
  879.  
  880.  
  881. Beta6, 1997-11-21:
  882.  
  883. + Bookmark command bug fixed.
  884.  
  885. + Bug with bookmarks fixed that could save the transfer type as ASCII.
  886.  
  887. + Symlink hidden command added (only works with NcFTPd).
  888.  
  889. + Including man page for ncftpls
  890.  
  891. + Mkdir dirties cache
  892.  
  893. + site and quote fixed
  894.  
  895.  
  896. Beta5, 1997-11-19:
  897.  
  898. + Fixes for AIX 4.1
  899.  
  900. + Bug in put -R fixed.
  901.  
  902.  
  903. Beta4, 1997-11-18:
  904.  
  905. + Bug fixed that caused pdir/pls to act like ls.
  906.  
  907. + Fixes for SunOS.
  908.  
  909. + ncftpls added.
  910.  
  911. + The philbar is back; you can now choose it as a progress meter
  912.   if you don't like the statbar.
  913.  
  914. + Checking for ncftpbatch before trying to run it.
  915.  
  916.  
  917. Beta3, 1997-11-17:
  918.  
  919. + Try not to use Readline when it is older than 2.0, or when its headers
  920.   aren't installed correctly.
  921.  
  922. + Fix for get -R, which could cause a crash during the post-downloading
  923.   cleanup.
  924.  
  925. + A little extra tracing for the firewall code.
  926.  
  927.  
  928. Beta2, 1997-11-15:
  929.  
  930. + Fix for unrecognized ls flags that would cause a crash.
  931.  
  932. + NcFTP 3.0 prefers GNU Readline version 2.1, but it should now also
  933.   work with version 2.0.
  934.  
  935. + A few portability/lint fixes.
  936.